Kotlin JS GitHub Action SDK
/
com.rnett.action.delegates
/
MutableDelegatable
Mutable
Delegatable
abstract class
MutableDelegatable
(camelToSnake:
Boolean
) :
Delegatable
Content copied to clipboard
Functions
Sources
Inheritors
Functions
contains
Link copied to clipboard
open operator fun
contains
(name:
String
):
Boolean
Content copied to clipboard
getOptional
Link copied to clipboard
abstract fun
getOptional
(name:
String
):
String
?
Content copied to clipboard
getOrElse
Link copied to clipboard
fun
getOrElse
(name:
String
, default: () ->
String
):
String
Content copied to clipboard
Get the input passed for
name
, or
default
if it was not passed.
getOrPut
Link copied to clipboard
fun
getOrPut
(name:
String
, default: () ->
String
):
String
Content copied to clipboard
Get
name
, or set
default
for
name
and return it.
getRequired
Link copied to clipboard
abstract fun
getRequired
(name:
String
):
String
Content copied to clipboard
set
Link copied to clipboard
abstract fun
set
(name:
String
, value:
String
)
Content copied to clipboard
Inheritors
Environment
Link copied to clipboard
state
Link copied to clipboard
Sources
js source
Link copied to clipboard